home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Shareware / Video / ImageCaster1.0.4.sit / ImgCastDownload.dmg / ImageCaster.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2003-01-23  |  2.3 KB  |  91 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>BypassEPSV</key>
  6.     <true/>
  7.     <key>CFBundleDevelopmentRegion</key>
  8.     <string>English</string>
  9.     <key>CFBundleDocumentTypes</key>
  10.     <array>
  11.         <dict>
  12.             <key>CFBundleTypeExtensions</key>
  13.             <array>
  14.                 <string>iccam</string>
  15.             </array>
  16.             <key>CFBundleTypeIconFile</key>
  17.             <string>DocIcon.icns</string>
  18.             <key>CFBundleTypeName</key>
  19.             <string>ImageCaster Document</string>
  20.             <key>CFBundleTypeOSTypes</key>
  21.             <array>
  22.                 <string>icam</string>
  23.             </array>
  24.             <key>CFBundleTypeRole</key>
  25.             <string>Editor</string>
  26.             <key>NSDocumentClass</key>
  27.             <string>CamDocument</string>
  28.         </dict>
  29.     </array>
  30.     <key>CFBundleExecutable</key>
  31.     <string>ImageCaster</string>
  32.     <key>CFBundleGetInfoString</key>
  33.     <string>Version 1.0.4, Copyright 2002-2003, Econ Technologies, Inc</string>
  34.     <key>CFBundleHelpBookFolder</key>
  35.     <string>ImageCaster HTML Help</string>
  36.     <key>CFBundleHelpBookName</key>
  37.     <string>ImageCaster Help Center</string>
  38.     <key>CFBundleIconFile</key>
  39.     <string>AppIcon.icns</string>
  40.     <key>CFBundleIdentifier</key>
  41.     <string>com.econtechnologies.imagecaster</string>
  42.     <key>CFBundleInfoDictionaryVersion</key>
  43.     <string>6.0</string>
  44.     <key>CFBundleName</key>
  45.     <string>ImageCaster‚Ñ¢</string>
  46.     <key>CFBundlePackageType</key>
  47.     <string>APPL</string>
  48.     <key>CFBundleShortVersionString</key>
  49.     <string>1.0.4</string>
  50.     <key>CFBundleSignature</key>
  51.     <string>imCA</string>
  52.     <key>CFBundleVersion</key>
  53.     <string>1.0.4</string>
  54.     <key>ImageCasterSources</key>
  55.     <dict>
  56.         <key>Default</key>
  57.         <dict>
  58.             <key>ScalingFactor</key>
  59.             <integer>1</integer>
  60.         </dict>
  61.     </dict>
  62.     <key>NSAppleScriptEnabled</key>
  63.     <true/>
  64.     <key>NSMainNibFile</key>
  65.     <string>MainMenu</string>
  66.     <key>NSPrincipalClass</key>
  67.     <string>NSApplication</string>
  68.     <key>NSServices</key>
  69.     <array>
  70.         <dict>
  71.             <key>NSMenuItem</key>
  72.             <dict>
  73.                 <key>default</key>
  74.                 <string>ImageCaster/Capture Image</string>
  75.             </dict>
  76.             <key>NSMessage</key>
  77.             <string>captureImageService</string>
  78.             <key>NSPortName</key>
  79.             <string>ImageCaster</string>
  80.             <key>NSReturnTypes</key>
  81.             <array>
  82.                 <string>NSPICTPboardType</string>
  83.                 <string>NSTIFFPboardType</string>
  84.             </array>
  85.         </dict>
  86.     </array>
  87.     <key>VerboseLogging</key>
  88.     <false/>
  89. </dict>
  90. </plist>
  91.